バージョン

BooleanMatrix コンストラクタ(Int32[])

指定した dimensions を使用して、0 BooleanMatrix を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal dimensions() As Integer _
)
public BooleanMatrix( 
   int[] dimensions
)

パラメータ

dimensions
構成された BooleanMatrix の次元。
参照